Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable coverage unit tests report #764

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

MSzalowski
Copy link
Contributor

List of changes

  • enable coverage unit tests

Visible under yarn test:ui on the coverage tab.

Checklist

  • My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

@@ -52,6 +52,11 @@ const vitestConfig = defineVitestConfig({
globals: true,
environment: "jsdom",
reporters: "verbose",
coverage: {
provider: "v8",
reporter: ["html"],
Copy link
Contributor

@mesudip mesudip Apr 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also create junit reports, as it's the most recognized format for import/export operations.

@MSzalowski MSzalowski force-pushed the chore/enable-coverage-unit-tests-report branch from 8649dc1 to 2422861 Compare April 18, 2024 13:50
@MSzalowski MSzalowski force-pushed the chore/enable-coverage-unit-tests-report branch from c74f573 to f403fdb Compare April 19, 2024 11:36
@MSzalowski MSzalowski merged commit df9ccfc into develop Apr 19, 2024
4 checks passed
@MSzalowski MSzalowski deleted the chore/enable-coverage-unit-tests-report branch April 19, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants